home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Win '95 Giga Pack
/
Win95 Giga Pack (Maple Media) (1997).iso
/
GAMES
/
PUZZLES
/
HANGMAN
/
HINTDLG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-30
|
803b
|
37 lines
// HintDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CHintDlg dialog
class CHintDlg : public CDialog
{
// Construction
public:
void SetQuote(CString strQuote);
CHintDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHintDlg)
enum { IDD = IDD_HINT_DIALOG };
CString m_Quote;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHintDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CHintDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};